home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ENGINEER / H477.ZIP / SECPRO.DOC < prev    next >
Text File  |  1991-02-06  |  12KB  |  308 lines

  1.               SECPRO - Section Properties of Composite Plates
  2.  
  3.      SECPRO is used to analyzed a single .PRP file for sectional 
  4.      properties.   It can be called via ACCESS or loaded directly from 
  5.      the DOS prompt.
  6.  
  7.      Before running SecPro, it is necessary to create at least one 
  8.      .PRP file using LAMCON.   Assuming you have done this, we can get 
  9.      started.
  10.  
  11.       Booting SecPro
  12.  
  13.      From the ACCESS menu, move the pointer to ScPro or enter SECPRO 
  14.      at the DOS prompt.
  15.      
  16.      If the ACCESS version does not cause SecPro to load, see the 
  17.      section on TroubleShooting.
  18.      
  19.  
  20.       Operational Details
  21.  
  22.      SecPro is very easy to operate.  You should be able to generate 
  23.      output without having to reference this manual.  However, just in 
  24.      case you do have problems, a sample problem is presented.
  25.  
  26.  
  27.      Default Section Width
  28.  
  29.      When SecPro loads, the opening screen displays the title and 
  30.      copyright notice.  Just below this, the section width option is 
  31.      shown.
  32.  
  33.  
  34.       SecPro *  Version F22   (c) 1987, Parados Technical Services
  35.  
  36.       Default section width is 1.0
  37.       Change this? (Y/N):   N
  38.  
  39.      If you wish to keep the default setting of 1.0, then press the 
  40.      <CR>.  Otherwise, the [Y] key should be used.  This will allow 
  41.      you to enter a new section width.
  42. 
  43.  
  44.      Base Theory
  45.  
  46.      When computing sectional properties of composites, it is common 
  47.      to use a transformational theory to adjust for the varying levels 
  48.      of stiffness within the ply groups.   Because more than one 
  49.      theory can be found in use in industry, SecPro gives you the 
  50.      choice.
  51.  
  52.                      Currently: Max Thickness
  53.                     1 = Low Stiffness
  54.                     2 = Max Thickness
  55.                     3 = High Stiffness
  56.                     4 = User defined base
  57.                     ? = Explanations
  58.                     X = Continue (Produces INPUT prompt)
  59.                    [ ]
  60.  
  61.      This menu appears the first time that SecPro is booted.  This is 
  62.      kind of a reminder that you should set the base initially as the 
  63.      default setting may not be appropriate for your use.
  64.  
  65.      The default setting is Maximum Thickness which means that the 
  66.      base stiffness is determined based on the thickest ply.  This is 
  67.      the method that is used in the Gibbs and Cox design manual.
  68.  
  69.      The other settings can be selected by pressing the appropriate 
  70.      number key (1-4).  The user defined base is commonly used as this 
  71.      permits direct comparison between dissimilar lamintes.  Usually, 
  72.      a user defined base is set at about 1.0E6.
  73.  
  74.      Some explanations are available if you need some additional help.
  75.      When the selection has been made, press the [X] key and the input 
  76.      prompt will be displayed.
  77.  
  78.  
  79.       The Input Prompt
  80.  
  81.      SecPro is a typical loop type of program.  You remember those 
  82.      don't you?  The program runs from top to bottom and then starts 
  83.      over again.   The good thing about this type of design is that it 
  84.      is very easy to learn.  The bad news is that it is somewhat 
  85.      resrictive and boring to watch.  Oh well.
  86.  
  87.  
  88.                      Input Prompt --> Read.PRP File     
  89.      
  90.                            Assign Output Name  
  91.  
  92.                  Calculate Results ----> Write Disk Report
  93.  
  94.                             The SecPro Design Loop
  95. 
  96.  
  97.      The following is what you will see the first time that the Input 
  98.      Prompt is displayed.  Of course the directory of .PRP files will 
  99.      not be the same.
  100.  
  101.       * INPUT *
  102.       Enter filename  (Do not include .PRP extension)
  103.       [?] for some assistance
  104.  
  105.       BENCH.PRP     BTI.PRP       BTI001.PRP    BTI002.PRP    CDB200.PRP
  106.       FARR1.PRP     FARR2.PRP     GIBBS.PRP     KOV001.PRP    KOV002.PRP
  107.       UNI.PRP       UNI2.PRP      UNI3.PRP
  108.       >
  109.  
  110.      The input prompt can be easily recognized by the shape of the 
  111.      cursor bracket.  The cursor bracket is always the bright white > 
  112.      symbol that rests just to the left of the cursor.  
  113.  
  114.  
  115.      Commands and FileNames
  116.  
  117.      While at the input prompt, both commands and filenames can be 
  118.      entered.   A listing of the available commands can be displayed 
  119.      by entering a [?] at the input prompt.  The following screen will 
  120.      appear.
  121.  
  122.       While at the Input prompt, the following options are available:
  123.                                                                              
  124.      *   Enter a valid .PRP filename to obtain section property report
  125.      *   Press the [RETURN] key with nothing entered to exit SecPro
  126.      *    DIR  will produce a directory listing of all .PRP files on disk
  127.      *    HELP  shows a bunch of text that explains SecPro
  128.      *    CLS  is used to removed any screen clutter - Try it and see.
  129.      *    NEWB  can be entered if the section width is not equal to 1
  130.      *    UPDATE  reads a text file called UPDATE.  Last minute stuff.
  131.      *    REVIEW  displays a .SEC output file on the screen.
  132.      *    NEWBASE  controls what theory is being used to transform plies.
  133.      *    PLY STIFFNESS  allows you to select which ply stiffness is used.
  134.      *    STATUS?  tells you what the current defaults settings are.
  135.      *    STRENGTH  produces the .STN report giving ultimate moments &loads.
  136.      *    SHOW DETAIL  writes the .DTL file which is an expanded .SEC
  137.                                                                              
  138.      Obviously, if SecPro accepts these commands, you are not allowed to     
  139.      use these as laminate file names.  If you have, you must return to      
  140.      DOS and REName it.                                                      
  141. 
  142.           
  143.                                                                              
  144.      .PRP FileNames
  145.  
  146.      Most of the time, the input prompt is used to enter .PRP names.  
  147.      When doing this, do not include the .PRP as it is assumed by 
  148.      SecPro.
  149.  
  150.      Just below the Input Prompt, the directory on the default drive 
  151.      has been displayed showing all .PRP files.  If no files appear 
  152.      when the Input Prompt is displayed the first time, this will 
  153.      indicate that you must precede the filename with a drive 
  154.      designation.  ie.  A:filename  or  B:filename 
  155.  
  156.      The second time that the Input Prompt is shown, the directory 
  157.      will not automatically be visible.  To produce it, you must enter 
  158.      DIR.  Other DIR commands consist of  DIR *.*  and  DIR *.SEC
  159.  
  160.      If a valid .PRP filename is entered, SecPro will attempt to read 
  161.      it.  The following file summary should appear:
  162.  
  163.              Attemping to open file: BTI.PRP in C:\COPAN
  164.  
  165.               < File Summary >
  166.              05-19-1987 / S glass-Kevlar epoxy laminate
  167.              Groups=  8
  168.              Plies=   8
  169.              Tot.t=   .4285
  170.              Prop=   PSI
  171.              Dist=   IN
  172.              Dens=   LBFT3
  173.  
  174.              Total ply groups in laminate: 8
  175.              No core plies found
  176.              Is this the correct file? (Y/N):
  177.  
  178.      SecPro will report what was in the file and will then wait for 
  179.      you to confirm that this was the correct laminate.  [Y] or [N] 
  180.      must be pressed in order to continue.  If [N] then the Input 
  181.      Prompt will return allowing you to enter another file.  The [Y] 
  182.      of course will continue the process which produces the next 
  183.      prompt...
  184.       
  185.  
  186.  
  187.       The OutPut Prompt
  188.  
  189.      Before the calculations begin, an output name must be assigned.  
  190.      The reason for this is because all reports are written directly 
  191.      to the disk.   All names must be given without an extension as 
  192.      SecPro will add the .SEC extension to all output reports.
  193.  
  194.       * OUTPUT *
  195.       ? for an explanation
  196.       >
  197.  
  198.  
  199.       Creating and Appending
  200.  
  201.      If the name that you give is not already in use, then it will be 
  202.      created.  A message will indicate such.   However, in the event 
  203.      that the filename already exists, SecPro will not automatically 
  204.      overwrite it.   Another message/prompt will appear informing you 
  205.      that the file was found.  You then have the option of  OV e R writing
  206.      or  ADD ing to it.
  207.  
  208.      To do one or the other, press the appropriate keys. (OVR or ADD)
  209.  
  210.      For example, you could collect the results into a single file for 
  211.      all runs pertaining to a single project.  Then, when reviewing, 
  212.      you would not have to edit/print multiple separate reports.
  213.  
  214.      If you wish to use the same name as used at the Input Prompt, all 
  215.      you have to do is press the <CR> with nothing entered.  SecPro 
  216.      will confirm the name before continuing.
  217.  
  218.  
  219.       Calculation Results
  220.  
  221.      When the calculations are complete, a brief screen listing will 
  222.      be shown so that you have an idea of the sectional properties.  
  223.      The file will automatically be written to the default drive 
  224.      unless you specified a drive designator in the output name.
  225.       
  226.  
  227.  
  228.      Immediately following the calculations, this type of screen will 
  229.      be visible.      
  230.  
  231.      
  232.       SecPro  Version F22   (c) 1987, Parados Technical Services
  233.  
  234.      -------------------------
  235.          Summary of Analysis
  236.      -------------------------
  237.       Using Max thickness theory     Base stiffness=1.2E+06
  238.       Neutral Axis located 0.223 above bottom of ply 8
  239.       Laminate Inertia=0.007392    Z=0.0332
  240.       G/C Total  EI=1.02E+04
  241.       Mixtures   E =1.33E+06
  242.  
  243.       << Output document has been successfully written to disk >>
  244.       REVIEW can be used to screen list  BTI.SEC
  245.  
  246.  
  247.       * INPUT *
  248.       Enter filename  (Do not include .PRP extension)
  249.       [?] for some assistance
  250.      >
  251.  
  252.  
  253.      Again the Input Prompt is produced which means that you have 
  254.      completed a program loop.  You are now back at the entry and exit 
  255.      point.   To run another .PRP file, enter it and the entire 
  256.      process begins once again.  To exit, press <CR> with nothing 
  257.      entered.
  258.  
  259.  
  260.       Reviewing the Output Reports
  261.  
  262.      As you may have noticed in the previous screen a line of 
  263.      information indicated that to screen list a .SEC file, the 
  264.      command REVIEW must be used.  To use REVIEW, enter it from the 
  265.      Input Prompt.
  266.  
  267.       * INPUT *
  268.       Enter filename  (Do not include .PRP extension)
  269.       [?] for some assistance
  270.        >REVIEW
  271.       
  272.  
  273.  
  274.      A small review prompt will appear reminding you not to include 
  275.      the .SEC:
  276.  
  277.       Do not include the .SEC
  278.       File to review:
  279.  
  280.      To look at the file that you have just run, enter the output name 
  281.      that you assigned.  
  282.  
  283.      If the file is found, a speed menu will appear that will 
  284.      determine how quickly the information should be scrolled on the 
  285.      screen.   Medium is a good scanning speed.   
  286.  
  287.                                 --------
  288.                                  Fast   
  289.                                  Medium
  290.                                  Slow   
  291.                                 --------
  292.      
  293.      After you have decided on the speed, any key should begin the 
  294.      output.   The output can not be paused during the scroll however 
  295.      it can be stopped using the [Esc] key.                                   
  296.  
  297.      When the file has finished scrolling, the review prompt will 
  298.      return.  SecPro assumes that you wish to see another file.  To 
  299.      cancel the review, press <CR> with nothing entered.  SecPro will 
  300.      then return to the Input Prompt.
  301.  
  302.  
  303.       Exiting SecPro
  304.  
  305.      Press <CR> at the Input Prompt with nothing entered.
  306.           
  307.  
  308.